@charset "UTF-8";
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.woff2") format("woff2"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.woff") format("woff"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.ttf") format("truetype"), url("//at.alicdn.com/t/webfont_o8xfjk5x0jd.svg#思源黑体-细") format("svg");
  /* iOS 4.1- */ }

* {
  font-family: "webfont"; }

.mask {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #010101;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s linear; }
  .mask ul {
    display: flex;
    margin-top: 400px;
    padding: 0 15%;
    justify-content: space-between; }
    .mask ul li {
      height: 80px;
      position: relative; }
      .mask ul li a {
        display: inline-block;
        height: 100%;
        font-size: 16px;
        font-weight: 300;
        color: #010101; }
    .mask ul li .li-xiala {
      visibility: hidden;
      opacity: 0;
      background-color: white;
      box-shadow: 0px 0px 133px 0px rgba(20, 26, 32, 0.21);
      border-radius: 6px;
      padding: 10px 30px 10px 30px;
      box-sizing: border-box;
      position: absolute;
      top: 60px;
      left: -26px;
      text-align: center;
      white-space: nowrap; }
      .mask ul li .li-xiala div {
        display: flex;
        flex-direction: column;
        height: 30px;
        transition: all .5 linear; }
        .mask ul li .li-xiala div a {
          display: inline-block;
          height: 30px;
          width: 60px;
          text-align: center;
          line-height: 30px;
          font-size: 14px;
          color: #010101;
          font-weight: 400;
          color: #000000; }
    .mask ul li:hover div {
      transition: all .5s linear;
      visibility: visible;
      opacity: 1;
      top: 70px; }

.mask {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #212529;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s linear; }
  .mask .mask-logo {
    padding: 27px 0 0 5%; }
  .mask ul {
    display: flex;
    margin-top: 400px;
    padding: 0 15%;
    justify-content: space-between; }
    .mask ul li a {
      font-size: 24px;
      font-weight: 300;
      color: #FFFFFF; }

body {
  width: 100%;
  overflow-x: hidden; }

.mcc {
  width: calc(100% - 8px) !important; }

@media (max-width: 568px) {
  .mask {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    background-color: #010101;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s linear; }
    .mask .mask-logo {
      padding: 27px 0 0 5%;
      cursor: pointer; }
    .mask ul {
      display: flex;
      margin-top: 300px;
      padding: 0 100px;
      justify-content: space-between; }
      .mask ul li a {
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF; }
  .mcc {
    width: 100% !important; }
  .o-hide {
    overflow: visible;
    padding-right: 0; } }

.show {
  opacity: 1;
  visibility: visible; }

.o-hide {
  overflow: hidden;
  padding-right: 8px; }

.container-fluid {
  position: relative; }
  .container-fluid .navigation {
    padding: 0 5%;
    background-color: #FFFFFF;
    z-index: 999;
    height: 80px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: -80px;
    left: 0px;
    transition: ease 0.5s;
    z-index: 9999; }
    .container-fluid .navigation .header_bac {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 999; }
      .container-fluid .navigation .header_bac .header_logo {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 154px;
        height: 48px;
        cursor: pointer; }
        .container-fluid .navigation .header_bac .header_logo a {
          display: inline-block;
          width: 100%;
          height: 100%; }
      .container-fluid .navigation .header_bac ul {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .container-fluid .navigation .header_bac ul li {
          height: 80px;
          position: relative; }
          .container-fluid .navigation .header_bac ul li a {
            display: inline-block;
            height: 100%;
            font-size: 16px;
            font-weight: 300;
            line-height: 80px;
            color: #010101; }
        .container-fluid .navigation .header_bac ul li div {
          visibility: hidden;
          opacity: 0;
          background-color: white;
          box-shadow: 0px 0px 133px 0px rgba(20, 26, 32, 0.21);
          border-radius: 6px;
          padding: 10px 30px 10px 30px;
          box-sizing: border-box;
          position: absolute;
          top: 60px;
          left: -26px;
          text-align: center;
          white-space: nowrap; }
          .container-fluid .navigation .header_bac ul li div i {
            display: flex;
            flex-direction: column;
            height: 30px;
            font-style: normal;
            transition: all .5 linear; }
            .container-fluid .navigation .header_bac ul li div i a {
              display: inline-block;
              height: 30px;
              width: 60px;
              text-align: center;
              line-height: 30px;
              font-size: 14px;
              color: #010101;
              font-weight: 400;
              color: #000000; }
        .container-fluid .navigation .header_bac ul li:hover div {
          transition: all .5s linear;
          visibility: visible;
          opacity: 1;
          top: 70px; }
        .container-fluid .navigation .header_bac ul .search {
          width: 30px;
          height: 30px; }
          .container-fluid .navigation .header_bac ul .search img {
            width: 100%;
            height: 100%; }
  .container-fluid .blok {
    top: 0px; }
  .container-fluid .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: relative;
    height: 102px; }
    .container-fluid .header .header_left {
      z-index: 600; }
    .container-fluid .header .search {
      position: absolute;
      right: 170px;
      width: 30px;
      height: 30px; }
      .container-fluid .header .search img {
        width: 100%;
        height: 100%; }
    .container-fluid .header .back-word {
      position: absolute;
      width: 787px;
      height: 68px;
      font-size: 90px;
      font-family: Arial Black;
      font-weight: normal;
      color: #5E6DBA;
      opacity: 0.05;
      top: 600px;
      left: 300px; }
    .container-fluid .header .header_icon {
      display: block;
      z-index: 9999; }
      .container-fluid .header .header_icon .icon_one {
        border-radius: 2px;
        width: 30px;
        height: 2px;
        background-color: black;
        margin: 6px 0;
        transition: 0.3s ease-in-out; }
      .container-fluid .header .header_icon .bac {
        background-color: #FFFFFF; }
      .container-fluid .header .header_icon .icon_one:nth-child(2) {
        width: 20px; }
      .container-fluid .header .header_icon:hover .icon_one:nth-child(1) {
        width: 20px; }
      .container-fluid .header .header_icon:hover .icon_one:nth-child(2) {
        width: 30px; }
      .container-fluid .header .header_icon:hover .icon_one:nth-child(3) {
        width: 20px; }
      .container-fluid .header .header_icon .icon_one.active:nth-child(1) {
        transform: translateY(8px) rotate(-225deg); }
      .container-fluid .header .header_icon .icon_one.active:nth-child(2) {
        opacity: 0;
        transform: translateX(10px);
        transition: 0.3s ease-in-out; }
      .container-fluid .header .header_icon .icon_one.active:nth-child(3) {
        transform: translateY(-8px) rotate(225deg);
        transform-origin: center center; }
  .container-fluid .in-nav {
    display: flex;
    justify-content: space-between; }
    .container-fluid .in-nav li {
      height: 102px;
      position: relative;
      line-height: 102px; }
      .container-fluid .in-nav li a {
        display: inline-block;
        height: 100%;
        font-size: 14px;
        font-weight: 300;
        color: #010101; }
    .container-fluid .in-nav li .li-xiala {
      visibility: hidden;
      opacity: 0;
      background-color: white;
      box-shadow: 0px 0px 133px 0px rgba(20, 26, 32, 0.21);
      border-radius: 6px;
      padding: 10px 30px 10px 30px;
      box-sizing: border-box;
      position: absolute;
      top: 60px;
      left: -26px;
      text-align: center;
      white-space: nowrap; }
      .container-fluid .in-nav li .li-xiala div {
        display: flex;
        flex-direction: column;
        height: 30px;
        transition: all .5 linear; }
        .container-fluid .in-nav li .li-xiala div a {
          display: inline-block;
          height: 30px;
          width: 60px;
          text-align: center;
          line-height: 30px;
          font-size: 14px;
          color: #010101;
          font-weight: 400;
          color: #000000; }
    .container-fluid .in-nav li:hover div {
      transition: all .5s linear;
      visibility: visible;
      opacity: 1;
      top: 70px; }
  .container-fluid .serch_mt {
    overflow: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #212529;
    width: 100%;
    height: 100%;
    transition: all .5s linear;
    z-index: -1; }
    .container-fluid .serch_mt .lgo3 {
      padding: 25px 0 0 5%; }
    .container-fluid .serch_mt .ser {
      display: flex;
      position: relative;
      height: 60px;
      margin-top: 22%; }
      .container-fluid .serch_mt .ser input {
        padding: 0 30px;
        width: 55%;
        font-size: 26px;
        left: 50%;
        transform: translateX(-50%);
        height: 60px;
        border-radius: 50px;
        background: white;
        position: absolute; }
      .container-fluid .serch_mt .ser span {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 22%;
        left: 74%; }
        .container-fluid .serch_mt .ser span img {
          width: 100%;
          height: 100%; }
    .container-fluid .serch_mt .del-icon {
      position: absolute;
      top: 30px;
      right: 80px;
      width: 30px;
      height: 30px; }
      .container-fluid .serch_mt .del-icon img {
        height: 100%;
        width: 100%; }
  .container-fluid .show {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .container-fluid .o-hide {
    overflow: hidden;
    padding-right: 8px; }

@media (max-width: 1200px) {
  .container-fluid .navigation {
    background-color: #FFFFFF;
    z-index: 999;
    height: 80px;
    box-sizing: border-box;
    position: absolute; }
    .container-fluid .navigation .header_bac {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .container-fluid .navigation .header_bac .header_logo {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 154px;
        height: 48px; }
      .container-fluid .navigation .header_bac ul {
        display: none;
        justify-content: space-between; }
        .container-fluid .navigation .header_bac ul li {
          height: 80px;
          position: relative; }
          .container-fluid .navigation .header_bac ul li a {
            display: inline-block;
            height: 100%;
            line-height: 80px;
            color: #010101;
            text-decoration: none; }
  .container-fluid .header_icon {
    display: block !important;
    position: absolute;
    top: 25px !important;
    right: 40px;
    z-index: 999; }
    .container-fluid .header_icon .icon_one {
      border-radius: 2px;
      width: 30px;
      height: 2px;
      background-color: black;
      margin: 6px 0;
      transition: 0.3s ease-in-out .3s; }
    .container-fluid .header_icon .icon_one.active:nth-child(1) {
      transform: translateY(8px) rotate(-225deg); }
    .container-fluid .header_icon .icon_one.active:nth-child(2) {
      opacity: 0;
      transform: translateX(10px);
      transition: 0.3s ease-in-out; }
    .container-fluid .header_icon .icon_one.active:nth-child(3) {
      transform: translateY(-8px) rotate(225deg);
      transform-origin: center center; } }

@media (max-width: 996px) {
  .mask .mask-logo {
    padding: 20px 0 0 80px; }
  .mask ul {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding: 0 100px;
    text-align: center; }
    .mask ul li {
      margin-bottom: 30px; }
      .mask ul li a {
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF; }
  .container-fluid .header_animat {
    background-color: #FFFFFF;
    z-index: 999;
    height: 80px;
    box-sizing: border-box; }
    .container-fluid .header_animat .header_bac {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .container-fluid .header_animat .header_bac .header_logo {
        width: 154px;
        height: 48px; }
  .container-fluid .header .header_left {
    cursor: pointer; }
    .container-fluid .header .header_left h1 {
      margin-bottom: 30px;
      width: 150px;
      height: 45px; }
      .container-fluid .header .header_left h1 img {
        width: 100%;
        height: 100%; }
    .container-fluid .header .header_left .header_icon {
      position: absolute;
      top: 40px;
      right: 90px;
      z-index: 999; }
      .container-fluid .header .header_left .header_icon .icon_one {
        border-radius: 2px;
        width: 30px;
        height: 2px;
        background-color: white;
        margin: 6px 0;
        transition: 0.3s ease-in-out .3s; }
      .container-fluid .header .header_left .header_icon .icon_one.active:nth-child(1) {
        transform: rotate(405deg) translate(4px, 9px); }
      .container-fluid .header .header_left .header_icon .icon_one.active:nth-child(2) {
        opacity: 0;
        transform: translateX(10px);
        transition: 0.3s ease-in-out; }
      .container-fluid .header .header_left .header_icon .icon_one.active:nth-child(3) {
        transform: rotate(-405deg) translate(4px, -9px);
        transform-origin: center center; }
  .container-fluid .back-word {
    display: none; } }

@media (max-width: 768px) {
  .mask .mask-logo {
    padding: 15px 0 0 5%; }
    .mask .mask-logo img {
      width: 148px;
      height: 48px; }
  .mask ul {
    padding: 0 70px; }
    .mask ul li a {
      font-size: 14px; }
  .container-fluid .header_animat {
    background-color: #FFFFFF;
    z-index: 999;
    height: 80px;
    box-sizing: border-box; }
    .container-fluid .header_animat .header_logo {
      width: 154px;
      height: 48px; }
  .container-fluid .header .header_left .logo {
    margin-bottom: 30px;
    width: 154px;
    height: 48px; }
    .container-fluid .header .header_left .logo img {
      width: 100%;
      height: 100%; } }

.banner-padd {
  padding: 0 5%;
  width: 100%; }
  .banner-padd .swiper-slide {
    position: relative; }
    .banner-padd .swiper-slide .img-box {
      width: 100%;
      height: 700px;
      overflow: hidden; }
      .banner-padd .swiper-slide .img-box img {
        width: 100%;
        height: 100%;
        animation: banner 1.5s linear infinite alternate; }
    .banner-padd .swiper-slide .banner-wrod {
      position: absolute;
      top: 63%;
      left: 6%;
      font-size: 60px;
      font-weight: normal;
      color: #FFFFFF; }
    .banner-padd .swiper-slide .bann {
      position: absolute;
      top: 80%;
      left: 6%;
      width: 240px;
      height: 4px;
      background-color: white; }
      .banner-padd .swiper-slide .bann div {
        width: 0;
        height: 100%;
        z-index: 999;
        background-color: #2547F2;
        animation: bann 4s linear infinite; }

@keyframes bann {
  from {
    width: 0; }
  to {
    width: 240px; } }
  .banner-padd .pagination {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 50px;
    margin-top: -30px;
    height: 100px;
    z-index: 999;
    position: relative; }
    .banner-padd .pagination > div {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-style: italic;
      color: #AAAFCA;
      margin-left: 40px;
      position: relative;
      transform: translateY(0);
      transition: all .5s linear;
      cursor: pointer; }
      .banner-padd .pagination > div::before {
        content: '';
        width: 2px;
        height: 62px;
        position: absolute;
        opacity: 0;
        top: -70px;
        left: 10px; }
    .banner-padd .pagination .active {
      color: #2547F2;
      opacity: 1;
      visibility: visible;
      animation: myAnimation 1.5s linear 1; }
      .banner-padd .pagination .active::before {
        content: '';
        width: 2px;
        height: 62px;
        position: absolute;
        top: -70px;
        left: 10px;
        opacity: 1;
        background-color: #2547F2; }

@keyframes myAnimation {
  100%,
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }

@media (max-width: 1200px) {
  .banner-padd {
    padding: 0 5%;
    width: 100%; }
    .banner-padd .swiper-slide {
      position: relative; }
      .banner-padd .swiper-slide .img-box {
        width: 100%;
        height: 450px;
        overflow: hidden; }
        .banner-padd .swiper-slide .img-box img {
          animation: banner 2.5s linear infinite alternate; }
      .banner-padd .swiper-slide .banner-wrod {
        position: absolute;
        top: 70%;
        left: 6%;
        font-size: 50px;
        font-weight: normal;
        color: #FFFFFF; } }

@media (max-width: 992px) {
  .banner-padd {
    padding: 0 5%;
    width: 100%; }
    .banner-padd .swiper-slide {
      position: relative; }
      .banner-padd .swiper-slide .img-box {
        width: 100%;
        height: 300px;
        overflow: hidden; }
        .banner-padd .swiper-slide .img-box img {
          animation: banner 2.5s linear infinite alternate; }
      .banner-padd .swiper-slide .banner-wrod {
        position: absolute;
        top: 70%;
        left: 6%;
        font-size: 35px;
        font-weight: normal;
        color: #FFFFFF; } }

@media (max-width: 768px) {
  .banner-padd {
    padding: 0 5%;
    width: 100%; }
    .banner-padd .swiper-slide {
      position: relative; }
      .banner-padd .swiper-slide .img-box {
        width: 100%;
        height: 200px;
        overflow: hidden; }
        .banner-padd .swiper-slide .img-box img {
          animation: banner 2.5s linear infinite alternate; }
      .banner-padd .swiper-slide .banner-wrod {
        position: absolute;
        top: 70%;
        left: 6%;
        font-size: 22px;
        font-weight: normal;
        color: #FFFFFF; } }

@keyframes banner {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.05); } }

.our {
  width: 100%;
  overflow: hidden; }
  .our .our_content {
    white-space: nowrap;
    margin-top: 68px;
    font-size: 150px;
    color: #5E6DBA;
    opacity: 0.05;
    text-transform: uppercase;
    font-family: Arial Black;
    animation: finger infinite 20s; }

@media (max-width: 1200px) {
  .our {
    width: 800px; }
    .our .our_content {
      margin-top: 180px;
      font-size: 150px;
      font-weight: normal;
      color: #5E6DBA;
      opacity: 0.05;
      display: none;
      animation: finger infinite 10s; } }

@keyframes finger {
  0% {
    transform: translate(-100px); }
  25% {
    transform: translate(100px); }
  50% {
    transform: translate(-100px); }
  75% {
    transform: translate(100PX); }
  100% {
    transform: translate(-100PX); } }

.service-dz {
  padding: 0 10%; }
  .service-dz .title {
    font-size: 42px;
    font-weight: normal;
    color: #212529;
    padding-bottom: 50px;
    padding-top: 30px; }
  .service-dz .magin {
    padding-top: 20px; }
  .service-dz .service_content {
    text-align: center;
    width: 97px;
    height: 152px; }
    .service-dz .service_content .service {
      position: relative;
      width: 97px;
      height: 91px; }
    .service-dz .service_content .span {
      display: inline-block;
      width: 97px;
      font-size: 16px;
      font-weight: 400;
      color: #212529; }
    .service-dz .service_content .d1 {
      width: 97px;
      height: 91px;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all .3s linear;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      visibility: visible;
      opacity: 1; }
    .service-dz .service_content .d2 {
      width: 34px;
      height: 30px;
      transition: all .3s linear;
      background-repeat: no-repeat;
      background-size: 64%;
      background-position: center center; }
    .service-dz .service_content .d3 {
      width: 97px;
      height: 91px;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all .3s linear;
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .service-dz .service_content .d4 {
      width: 55px;
      height: 51px;
      background-repeat: no-repeat;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
    .service-dz .service_content .d5 {
      width: 34px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: 64%;
      background-position: center center; }
    .service-dz .service_content .service:hover .d1 {
      visibility: hidden;
      opacity: 0; }
    .service-dz .service_content .service:hover .d3 {
      visibility: visible;
      opacity: 1; }

@media (max-width: 992px) {
  .service-dz {
    padding: 0 10% 0 5%; }
    .service-dz .service_content {
      text-align: center;
      width: 97px;
      height: 152px;
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 25%;
      align-items: center;
      flex-direction: column; }
    .service-dz .title {
      font-size: 30px;
      font-weight: normal;
      color: #212529;
      padding-bottom: 50px;
      padding-top: 30px; } }

@media (max-width: 568px) {
  .service-dz {
    padding: 0 5% 0 5%; }
    .service-dz .service_content {
      text-align: center;
      width: 97px;
      height: 152px;
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 50%;
      align-items: center;
      flex-direction: column; }
    .service-dz .title {
      font-size: 30px;
      font-weight: normal;
      color: #212529;
      padding-bottom: 50px;
      padding-top: 30px; } }

.solution {
  position: relative;
  padding-top: 172px; }
  .solution .solution_bac {
    position: relative;
    box-sizing: border-box;
    padding: 100px 0 0 10%;
    height: 820px;
    width: 70%;
    background: #212529;
    border-radius: 0px 0px 300px 0px; }
    .solution .solution_bac .solution_eng {
      height: 68px;
      font-size: 90px;
      font-weight: normal;
      font-family: Arial Black;
      color: #C8D1FF;
      opacity: 0.05;
      margin-bottom: 38px;
      text-transform: uppercase; }
    .solution .solution_bac .solution_che {
      font-size: 42px;
      font-weight: 200;
      color: #FFFFFF;
      margin-bottom: 100px; }
    .solution .solution_bac .solution_bok {
      margin: 0 0 30px 0; }
      .solution .solution_bac .solution_bok .solution_title {
        margin: 0 0 0 38px;
        display: flex;
        align-items: center;
        transition: all 1s linear;
        position: relative; }
        .solution .solution_bac .solution_bok .solution_title .solution_icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%;
          position: absolute;
          left: -20px;
          transition: all .5s linear;
          visibility: hidden;
          opacity: 0; }
        .solution .solution_bac .solution_bok .solution_title .solution_icons {
          width: 14px;
          height: 14px;
          background-color: #FFFFFF;
          border-radius: 50%;
          transition: all .5s linear;
          visibility: hidden;
          opacity: 0; }
      .solution .solution_bac .solution_bok:hover .solution_icon {
        visibility: visible;
        opacity: 1;
        transition: all .5s linear; }
      .solution .solution_bac .solution_bok:hover .solution_icons {
        visibility: visible;
        opacity: 1;
        transition: all .5s linear; }
      .solution .solution_bac .solution_bok span {
        font-size: 22px;
        font-weight: 200;
        color: #FFFFFF;
        margin: 0 0 0 18px; }
    .solution .solution_bac p {
      transition: all .5s linear;
      opacity: 0;
      visibility: hidden;
      width: 522px;
      font-size: 14px;
      font-family: Source Han Sans CN;
      font-weight: 200;
      color: #868D93;
      margin: 10px 0 30px 55px;
      line-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .solution .solution_bac .solution_bok:hover p {
      opacity: 1;
      visibility: visible; }
    .solution .solution_bac .solution_pic {
      position: absolute;
      width: 352px;
      height: 700px;
      right: -180px;
      top: 76px;
      z-index: 999;
      overflow: hidden;
      border-radius: 60px; }
      .solution .solution_bac .solution_pic .pic {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: all .5s linear;
        position: relative; }
        .solution .solution_bac .solution_pic .pic .phone-p {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 309px;
          height: 665px; }
          .solution .solution_bac .solution_pic .pic .phone-p img {
            border-radius: 30px;
            width: 100%;
            height: 100%; }
    .solution .solution_bac .quan {
      position: absolute;
      top: 446px;
      right: 120px;
      width: 132px;
      height: 132px;
      background: #2547F2;
      opacity: 0.6;
      border-radius: 50%;
      animation: fig infinite 15s; }
  .solution .big_quan {
    width: 190px;
    height: 332px;
    position: absolute;
    right: 0;
    top: 389px;
    animation: fig infinite 20s; }

@media (max-width: 1250px) {
  .solution {
    position: relative;
    padding-top: 172px; }
    .solution .solution_bac {
      position: relative;
      box-sizing: border-box;
      padding: 100px 0 200px 10%;
      width: 70%;
      background: #212529;
      border-radius: 0px 0px 300px 0px; }
      .solution .solution_bac .solution_eng {
        height: 68px;
        font-size: 90px;
        font-weight: normal;
        font-family: Arial Black;
        color: #C8D1FF;
        opacity: 0.05;
        margin-bottom: 38px; }
      .solution .solution_bac .solution_che {
        font-size: 52px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 120px; }
      .solution .solution_bac .solution_title {
        margin: 0 0 0 38px;
        display: flex;
        align-items: center; }
        .solution .solution_bac .solution_title .solution_icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%; }
          .solution .solution_bac .solution_title .solution_icon .solution_icons {
            width: 14px;
            height: 14px;
            background-color: #FFFFFF;
            border-radius: 50%; }
        .solution .solution_bac .solution_title span {
          font-size: 24px;
          font-weight: bold;
          color: #FFFFFF;
          margin: 0 0 0 18px; }
      .solution .solution_bac .solution_bok:hover p {
        opacity: 1;
        visibility: visible; }
      .solution .solution_bac p {
        transition: all .5s linear;
        opacity: 0;
        visibility: hidden;
        width: 522px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #868D93;
        line-height: 36px; }
      .solution .solution_bac .solution_pic {
        position: absolute;
        width: 333px;
        height: 593px;
        background-repeat: no-repeat;
        background-size: cover;
        right: -180px;
        top: 121px;
        z-index: 999; }
      .solution .solution_bac .quan {
        position: absolute;
        top: 446px;
        right: 120px;
        width: 132px;
        height: 132px;
        background: #2547F2;
        opacity: 0.6;
        border-radius: 50%; }
    .solution .big_quan {
      width: 190px;
      height: 332px;
      position: absolute;
      background-image: url(/img/logo/bigquan.png);
      right: 0;
      top: 389px; } }

@media (max-width: 996px) {
  .solution {
    position: relative;
    padding-top: 172px; }
    .solution .solution_bac {
      position: relative;
      box-sizing: border-box;
      height: 1000;
      padding: 100px 0 100px 10%;
      width: 100%;
      background: #212529;
      border-radius: 0px 0px 300px 0px; }
      .solution .solution_bac .solution_eng {
        height: 68px;
        font-size: 70px;
        font-weight: normal;
        font-family: Arial Black;
        color: #C8D1FF;
        opacity: 0.05;
        margin-bottom: 38px; }
      .solution .solution_bac .solution_che {
        font-size: 42px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 120px; }
      .solution .solution_bac .solution_title {
        margin: 0 0 0 38px;
        display: flex;
        align-items: center; }
        .solution .solution_bac .solution_title .solution_icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%; }
          .solution .solution_bac .solution_title .solution_icon .solution_icons {
            width: 14px;
            height: 14px;
            background-color: #FFFFFF;
            border-radius: 50%; }
        .solution .solution_bac .solution_title span {
          font-size: 18px;
          font-weight: bold;
          color: #FFFFFF;
          margin: 0 0 0 18px; }
      .solution .solution_bac .solution_bok:hover p {
        opacity: 1;
        visibility: visible; }
      .solution .solution_bac p {
        transition: all .5s linear;
        opacity: 0;
        visibility: hidden;
        width: 522px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #868D93;
        line-height: 36px; }
      .solution .solution_bac .solution_pic {
        position: absolute;
        width: 333px;
        height: 593px;
        background-image: url(/img/logo/ssolutioner.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: -180px;
        top: 121px;
        z-index: 999; }
      .solution .solution_bac .quan {
        position: absolute;
        top: 446px;
        right: 120px;
        width: 132px;
        height: 132px;
        background: #2547F2;
        opacity: 0.6;
        border-radius: 50%; }
    .solution .big_quan {
      width: 190px;
      height: 332px;
      position: absolute;
      background-image: url(/img/logo/bigquan.png);
      right: 0;
      top: 389px; } }

@media (max-width: 768px) {
  .solution {
    position: relative;
    padding-top: 172px; }
    .solution .solution_bac {
      position: relative;
      box-sizing: border-box;
      padding: 100px 0 200px 10%;
      width: 100%;
      height: 1100px;
      background: #212529;
      border-radius: 0px 0px 150px 0px;
      overflow: hidden; }
      .solution .solution_bac .solution_eng {
        white-space: nowrap;
        height: 68px;
        font-size: 90px;
        font-weight: normal;
        font-family: Arial Black;
        color: #C8D1FF;
        opacity: 0.05;
        margin-bottom: 38px; }
      .solution .solution_bac .solution_che {
        font-size: 52px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 120px; }
      .solution .solution_bac .solution_title {
        margin: 0 0 20px 38px;
        display: flex;
        align-items: center; }
        .solution .solution_bac .solution_title .solution_icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%; }
          .solution .solution_bac .solution_title .solution_icon .solution_icons {
            width: 14px;
            height: 14px;
            background-color: #FFFFFF;
            border-radius: 50%; }
        .solution .solution_bac .solution_title span {
          font-size: 18px;
          font-weight: bold;
          color: #FFFFFF;
          margin: 0 0 0 18px; }
      .solution .solution_bac .solution_bok:hover p {
        opacity: 1;
        visibility: visible; }
      .solution .solution_bac p {
        transition: all .5s linear;
        opacity: 0;
        visibility: hidden;
        width: 300px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #868D93;
        line-height: 36px; }
      .solution .solution_bac .solution_pic {
        position: absolute;
        width: 333px;
        height: 593px;
        background-image: url(/img/logo/ssolutioner.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: -180px;
        top: 121px;
        z-index: 999; }
      .solution .solution_bac .quan {
        position: absolute;
        top: 446px;
        right: 120px;
        width: 132px;
        height: 132px;
        background: #2547F2;
        opacity: 0.6;
        border-radius: 50%; }
    .solution .big_quan {
      width: 190px;
      height: 332px;
      position: absolute;
      background-image: url(/img/logo/bigquan.png);
      right: 0;
      top: 389px; } }

@media (max-width: 568px) {
  .solution {
    position: relative;
    padding-top: 172px; }
    .solution .solution_bac {
      position: relative;
      box-sizing: border-box;
      padding: 50px 0 200px 10%;
      width: 100%;
      height: 1000px;
      background: #212529;
      border-radius: 0px 0px 100px 0px;
      overflow: hidden; }
      .solution .solution_bac .solution_eng {
        white-space: nowrap;
        height: 50px;
        font-size: 40px;
        font-weight: normal;
        font-family: Arial Black;
        color: #C8D1FF;
        opacity: 0.05;
        margin-bottom: 0px; }
      .solution .solution_bac .solution_che {
        font-size: 30px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 120px; }
      .solution .solution_bac .solution_title {
        margin: 0 0 20px 38px;
        display: flex;
        align-items: center; }
        .solution .solution_bac .solution_title .solution_icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28px;
          height: 28px;
          background-color: rgba(255, 255, 255, 0.5);
          border-radius: 50%; }
          .solution .solution_bac .solution_title .solution_icon .solution_icons {
            width: 14px;
            height: 14px;
            background-color: #FFFFFF;
            border-radius: 50%; }
        .solution .solution_bac .solution_title span {
          font-size: 18px;
          font-weight: bold;
          color: #FFFFFF;
          margin: 0 0 0 18px; }
      .solution .solution_bac p {
        transition: all .5s linear;
        opacity: 1;
        display: inline-block;
        visibility: visible;
        font-size: 12px;
        width: 200px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #868D93;
        line-height: 28px; }
      .solution .solution_bac .solution_pic {
        position: absolute;
        width: 333px;
        height: 593px;
        background-image: url(/img/logo/ssolutioner.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: -180px;
        top: 121px;
        z-index: 999; }
      .solution .solution_bac .quan {
        position: absolute;
        top: 446px;
        right: 120px;
        width: 132px;
        height: 132px;
        background: #2547F2;
        opacity: 0.6;
        border-radius: 50%; }
    .solution .big_quan {
      width: 190px;
      height: 332px;
      position: absolute;
      background-image: url(/img/logo/bigquan.png);
      right: 0;
      top: 389px; } }

@keyframes fig {
  0% {
    transform: translateY(-200px); }
  25% {
    transform: translateY(200px); }
  50% {
    transform: translateY(-200px); }
  75% {
    transform: translateY(200PX); }
  100% {
    transform: translateY(-200PX); } }

.advantages {
  padding: 132px 15% 140px 15%;
  position: relative; }
  .advantages .advantages_title {
    float: right; }
    .advantages .advantages_title .advantages_our {
      position: relative;
      height: 100px; }
      .advantages .advantages_title .advantages_our span:nth-child(1) {
        font-size: 90px;
        font-weight: normal;
        color: #4F4F4F;
        font-family: Arial Black;
        opacity: 0.05;
        text-transform: uppercase; }
      .advantages .advantages_title .advantages_our span:nth-child(2) {
        position: absolute;
        font-size: 42px;
        font-weight: 400;
        color: #000000;
        bottom: -40px;
        left: 140px; }
    .advantages .advantages_title .spa {
      font-size: 90px;
      font-weight: normal;
      color: #4F4F4F;
      opacity: 0.05;
      text-transform: uppercase;
      font-family: Arial Black; }
  .advantages .advantages_p_c {
    display: flex;
    justify-content: space-around;
    z-index: 9999;
    width: 100%; }
    .advantages .advantages_p_c .advantages_pic {
      background: #2547F2;
      transition: all .5s linear;
      border-radius: 200px 0px 0px 0px;
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
      background-size: 400% 400%;
      animation: gradientBG 5s ease infinite;
      width: 661px;
      height: 400px; }
      .advantages .advantages_p_c .advantages_pic:hover {
        box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9); }
      .advantages .advantages_p_c .advantages_pic span {
        margin: 17px 0 0 22px;
        display: inline-block;
        width: 661px;
        height: 400px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: all 1s linear;
        display: none; }
        .advantages .advantages_p_c .advantages_pic span:hover {
          transform: scale(1.05, 1.05) rotate(2deg); }
      .advantages .advantages_p_c .advantages_pic .activesw {
        display: block !important; }
    .advantages .advantages_p_c .advantages_content {
      padding: 30px 0 0 20px; }
      .advantages .advantages_p_c .advantages_content .conten {
        margin-bottom: 25px;
        position: relative; }
        .advantages .advantages_p_c .advantages_content .conten p:nth-child(1) {
          font-size: 30px;
          font-weight: 400;
          color: #333333;
          transition: all .5s linear; }
        .advantages .advantages_p_c .advantages_content .conten p:nth-child(2) {
          width: 400px;
          font-size: 16px;
          font-weight: 400;
          color: #b4b6c1;
          line-height: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        .advantages .advantages_p_c .advantages_content .conten div {
          position: absolute;
          height: 1px;
          width: 0px;
          background-color: #cccccc;
          top: 22px;
          right: 100%;
          transition: width .5s linear; }
      .advantages .advantages_p_c .advantages_content .actives p:nth-child(1) {
        color: #2547F2 !important; }
      .advantages .advantages_p_c .advantages_content .actives :nth-child(2) {
        color: #9fa9de !important; }
      .advantages .advantages_p_c .advantages_content .actives div {
        width: 300px !important; }

@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .advantages .bac-fq {
    position: absolute;
    bottom: -267px;
    left: -137px;
    width: 660px;
    height: 523px;
    font-size: 500px;
    font-family: DIN Black;
    font-weight: 800;
    font-style: italic;
    color: #B2B3BC;
    line-height: 36px;
    opacity: 0.1;
    animation: fq infinite 30s; }

@keyframes fq {
  0% {
    transform: translate(-100px); }
  25% {
    transform: translate(100px); }
  50% {
    transform: translate(-100px); }
  75% {
    transform: translate(100PX); }
  100% {
    transform: translate(-100PX); } }

@media (max-width: 1600px) {
  .advantages {
    padding: 132px 10% 140px 10%; }
    .advantages .advantages_p_c .advantages_content .conten {
      margin-bottom: 20px;
      padding: 0px 0 0 50px; }
      .advantages .advantages_p_c .advantages_content .conten p:nth-child(1) {
        font-size: 30px;
        font-weight: 400;
        color: #000000; }
      .advantages .advantages_p_c .advantages_content .conten p:nth-child(2) {
        font-size: 13px;
        font-weight: 400;
        color: #818289;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .advantages .advantages_p_c .advantages_content .actives p:nth-child(1) {
      color: #000000 !important; }
    .advantages .advantages_p_c .advantages_content .actives div {
      width: 0 !important; } }

@media (max-width: 1200px) {
  .advantages {
    padding: 132px 10% 140px 10%; }
    .advantages .advantages_title {
      float: right; }
      .advantages .advantages_title .advantages_our {
        position: relative;
        height: 100px; }
        .advantages .advantages_title .advantages_our span:nth-child(1) {
          font-size: 90px;
          font-weight: normal;
          color: #4F4F4F;
          opacity: 0.05; }
        .advantages .advantages_title .advantages_our span:nth-child(2) {
          position: absolute;
          font-size: 40px;
          font-weight: 400;
          color: #000000;
          bottom: 0;
          left: 150px; }
      .advantages .advantages_title .spa {
        font-size: 90px;
        font-weight: normal;
        color: #4F4F4F;
        opacity: 0.05; }
    .advantages .advantages_p_c {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .advantages .advantages_p_c .advantages_pic {
        background: #2547F2;
        box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9);
        border-radius: 200px 0px 0px 0px; }
        .advantages .advantages_p_c .advantages_pic span {
          margin: 17px 0 0 22px;
          display: inline-block;
          width: 528px;
          height: 311px;
          background-size: contain;
          background-repeat: no-repeat;
          display: none; }
      .advantages .advantages_p_c .advantages_content {
        padding: 38px 0 0 40px; }
        .advantages .advantages_p_c .advantages_content .conten {
          margin-bottom: 20px; }
          .advantages .advantages_p_c .advantages_content .conten p:nth-child(1) {
            font-size: 30px;
            font-weight: 400;
            color: #000000; }
          .advantages .advantages_p_c .advantages_content .conten p:nth-child(2) {
            width: 300px !important;
            font-size: 13px;
            font-weight: 400;
            color: #818289;
            line-height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .advantages .advantages_p_c .advantages_content .conten .actives p:nth-child(1) {
            color: #000000 !important; }
          .advantages .advantages_p_c .advantages_content .conten .actives div {
            width: 0 !important; } }

@media (max-width: 992px) {
  .advantages {
    padding: 40px 10% 50px 10%; }
    .advantages .advantages_title {
      float: right; }
      .advantages .advantages_title .advantages_our {
        position: relative;
        height: 100px; }
        .advantages .advantages_title .advantages_our span:nth-child(1) {
          font-size: 90px;
          font-weight: normal;
          color: #4F4F4F;
          opacity: 0.05; }
        .advantages .advantages_title .advantages_our span:nth-child(2) {
          position: absolute;
          font-size: 40px;
          font-weight: 400;
          color: #000000;
          bottom: 0;
          left: 150px; }
      .advantages .advantages_title .spa {
        font-size: 90px;
        font-weight: normal;
        color: #4F4F4F;
        opacity: 0.05; }
    .advantages .advantages_p_c {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; }
      .advantages .advantages_p_c .advantages_pic {
        background: #2547F2;
        box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9);
        border-radius: 200px 0px 0px 0px; }
        .advantages .advantages_p_c .advantages_pic span {
          margin: 17px 0 0 22px;
          display: inline-block;
          width: 528px;
          height: 311px;
          display: none;
          background-size: contain;
          background-repeat: no-repeat; }
      .advantages .advantages_p_c .advantages_content {
        padding: 30px 0 0 50%; }
        .advantages .advantages_p_c .advantages_content .conten p:nth-child(1) {
          font-size: 28px;
          font-weight: 400;
          color: #000000; }
        .advantages .advantages_p_c .advantages_content .conten p:nth-child(2) {
          font-size: 12px;
          font-weight: 400;
          color: #818289;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden; } }

@media (max-width: 768px) {
  .advantages {
    padding: 40px 10% 50px 10%; }
    .advantages .advantages_title {
      float: left; }
      .advantages .advantages_title .advantages_our {
        position: relative;
        height: 70px; }
        .advantages .advantages_title .advantages_our span:nth-child(1) {
          font-size: 60px;
          font-weight: normal;
          color: #4F4F4F;
          opacity: 0.05; }
        .advantages .advantages_title .advantages_our span:nth-child(2) {
          position: absolute;
          font-size: 30px;
          font-weight: 400;
          color: #000000;
          bottom: 0;
          left: 150px; }
      .advantages .advantages_title .spa {
        font-size: 60px;
        font-weight: normal;
        color: #4F4F4F;
        opacity: 0.05; }
    .advantages .advantages_p_c {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      transform: scale(0.7, 0.7); }
      .advantages .advantages_p_c .advantages_pic {
        background: #2547F2;
        box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9);
        border-radius: 200px 0px 0px 0px; }
        .advantages .advantages_p_c .advantages_pic span {
          margin: 17px 0 0 22px;
          display: inline-block;
          width: 528px;
          height: 311px;
          background-image: url(/img/logo/advantages_p_c.png);
          background-size: contain;
          background-repeat: no-repeat;
          display: none; }
      .advantages .advantages_p_c .advantages_content {
        padding: 38px 0 0 20%; }
        .advantages .advantages_p_c .advantages_content .conten {
          margin-bottom: 25px; }
          .advantages .advantages_p_c .advantages_content .conten p:nth-child(1) {
            font-size: 30px;
            font-weight: 400;
            color: #000000; }
          .advantages .advantages_p_c .advantages_content .conten p:nth-child(2) {
            font-size: 16px;
            font-weight: 400;
            color: #818289;
            line-height: 36px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; } }

@media (max-width: 576px) {
  .advantages {
    padding: 50px 10% 0px 10%; }
    .advantages .advantages_title {
      float: left; }
      .advantages .advantages_title .advantages_our {
        position: relative;
        height: 50px; }
        .advantages .advantages_title .advantages_our span:nth-child(1) {
          font-size: 40px;
          font-weight: normal;
          color: #4F4F4F;
          opacity: 0.05; }
        .advantages .advantages_title .advantages_our span:nth-child(2) {
          position: absolute;
          font-size: 30px;
          font-weight: 400;
          color: #000000;
          bottom: 0;
          left: 80px; }
      .advantages .advantages_title .spa {
        font-size: 40px;
        font-weight: normal;
        color: #4F4F4F;
        opacity: 0.05; }
    .advantages .advantages_p_c {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      transform: scale(1, 1); }
      .advantages .advantages_p_c .advantages_pic {
        background: #2547F2;
        box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9);
        border-radius: 100px 0px 0px 0px;
        width: 369px;
        height: 217px; }
        .advantages .advantages_p_c .advantages_pic span {
          display: inline-block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          display: none; }
      .advantages .advantages_p_c .advantages_content {
        padding: 38px 0 0 0 !important; }
        .advantages .advantages_p_c .advantages_content .conten {
          padding: 0px 0 0 0;
          margin-bottom: 20px; }
          .advantages .advantages_p_c .advantages_content .conten p:nth-child(1) {
            font-size: 20px;
            font-weight: 400;
            color: #000000; }
          .advantages .advantages_p_c .advantages_content .conten p:nth-child(2) {
            width: 300px;
            font-size: 16px;
            font-weight: 400;
            color: #818289;
            line-height: 36px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; } }

.prcess-min-box {
  position: relative;
  width: 100%;
  height: 643px; }
  .prcess-min-box #particles-js1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 643px;
    position: absolute; }
  .prcess-min-box .process {
    height: 643px;
    position: absolute;
    padding: 150px 10% 0 10%;
    box-sizing: border-box;
    width: 100%; }
    .prcess-min-box .process .prc {
      width: 100%;
      text-align: center;
      font-size: 42px;
      font-weight: 400;
      color: #FFFFFF; }
    .prcess-min-box .process .process_content {
      padding: 150px 0 0 0;
      height: 100%; }
      .prcess-min-box .process .process_content .process_tit {
        position: relative;
        width: 180px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .prcess-min-box .process .process_content .process_tit .proquan {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 40px; }
          .prcess-min-box .process .process_content .process_tit .proquan .process_quan {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all .5s linear; }
            .prcess-min-box .process .process_content .process_tit .proquan .process_quan div {
              width: 20px;
              height: 20px;
              border-radius: 50%;
              font-size: 14px;
              font-weight: 400;
              color: #AAAAAA;
              text-align: center;
              line-height: 20px; }
        .prcess-min-box .process .process_content .process_tit span {
          padding-left: 0;
          font-size: 18px;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 23px; }
      .prcess-min-box .process .process_content .process_tit {
        height: 50px; }
      .prcess-min-box .process .process_content .process_num {
        transition: all .5s linear; }
      .prcess-min-box .process .process_content .process_tit:hover .process_num {
        color: black;
        background-color: #FFFFFF;
        opacity: 1; }
      .prcess-min-box .process .process_content .process_tit:hover .process_quan {
        width: 40px;
        height: 40px; }

@media (max-width: 1300px) {
  .prcess-min-box {
    position: relative;
    width: 100%;
    height: 643px; }
    .prcess-min-box #particles-js1 {
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 643px;
      position: absolute; }
    .prcess-min-box .process {
      height: 643px;
      position: absolute;
      padding: 150px 10% 0 10%;
      box-sizing: border-box;
      width: 100%; }
      .prcess-min-box .process .prc {
        width: 100%;
        text-align: center;
        font-size: 42px;
        font-weight: 400;
        color: #FFFFFF; }
      .prcess-min-box .process .process_content {
        padding: 150px 0 0 0;
        height: 100%; }
        .prcess-min-box .process .process_content .process_tit {
          height: 50px; }
        .prcess-min-box .process .process_content .process_num {
          transition: all .5s linear; }
        .prcess-min-box .process .process_content .process_tit:hover .process_num {
          color: black;
          background-color: #FFFFFF;
          opacity: 1; }
        .prcess-min-box .process .process_content .process_tit:hover .process_quan {
          width: 40px;
          height: 40px; } }

@media (max-width: 992px) {
  .prcess-min-box {
    position: relative;
    width: 100%;
    height: 643px; }
    .prcess-min-box #particles-js1 {
      background-image: url(/img/logo/process.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 643px;
      position: absolute; }
    .prcess-min-box .process {
      height: 643px;
      position: absolute;
      padding: 150px 10% 0 10%;
      box-sizing: border-box;
      width: 100%; }
      .prcess-min-box .process .prc {
        width: 100%;
        text-align: center;
        font-size: 42px;
        font-weight: 400;
        color: #FFFFFF; }
      .prcess-min-box .process .process_content {
        padding: 150px 0 0 0;
        height: 100%; }
        .prcess-min-box .process .process_content .process_tit {
          display: flex;
          justify-content: center;
          align-items: center; }
          .prcess-min-box .process .process_content .process_tit span {
            padding-left: 10px;
            font-size: 18px;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 23px; }
        .prcess-min-box .process .process_content .process_tit {
          height: 50px; }
        .prcess-min-box .process .process_content .process_num {
          transition: all .5s linear; }
        .prcess-min-box .process .process_content .process_tit:hover .process_num {
          color: black;
          background-color: #FFFFFF;
          opacity: 1; }
        .prcess-min-box .process .process_content .process_tit:hover .process_quan {
          width: 40px;
          height: 40px; } }

@media (max-width: 568px) {
  .prcess-min-box {
    position: relative;
    width: 100%;
    height: 500px; }
    .prcess-min-box #particles-js1 {
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      position: absolute;
      height: 500px; }
    .prcess-min-box .process {
      height: 500px;
      position: absolute;
      padding: 50px 0 0 0;
      box-sizing: border-box;
      width: 100%; }
      .prcess-min-box .process .prc {
        width: 100%;
        text-align: center;
        font-size: 42px;
        font-weight: 400;
        color: #FFFFFF; }
      .prcess-min-box .process .process_content {
        padding: 100px 0 0 0;
        height: 100%; }
        .prcess-min-box .process .process_content .process_tit {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .prcess-min-box .process .process_content .process_tit span {
            padding-left: 10px;
            font-size: 18px;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 23px; }
        .prcess-min-box .process .process_content .process_tit {
          height: 50px;
          padding: 0 0 0 40px; }
        .prcess-min-box .process .process_content .process_num {
          transition: all .5s linear; }
        .prcess-min-box .process .process_content .process_tit:hover .process_num {
          color: black;
          background-color: #FFFFFF;
          opacity: 1; }
        .prcess-min-box .process .process_content .process_tit:hover .process_quan {
          width: 40px;
          height: 40px; } }

.case {
  padding: 200px 10%;
  position: relative; }
  .case .csae_title {
    position: relative; }
    .case .csae_title .case_eng {
      position: absolute;
      white-space: nowrap;
      width: 1000px;
      height: 149px;
      font-size: 150px;
      text-transform: uppercase;
      font-style: italic;
      color: #4F4F4F;
      opacity: 0.05;
      top: -100px;
      left: -250px;
      font-family: Arial Black;
      animation: finger infinite 30s; }
    .case .csae_title .case_che {
      font-size: 42px;
      font-weight: 400;
      color: #000000; }
  .case .case_content .case_pp {
    width: 100%;
    display: flex; }
    .case .case_content .case_pp .case_left {
      padding: 117px 300px 0 0;
      width: 140px; }
      .case .case_content .case_pp .case_left .anli_bac {
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end;
        width: 140px;
        position: relative; }
        .case .case_content .case_pp .case_left .anli_bac .big-bac {
          display: none;
          position: absolute;
          width: 38px;
          height: 38px;
          top: -20px;
          left: 22px;
          justify-content: center;
          align-items: center;
          display: flex; }
          .case .case_content .case_pp .case_left .anli_bac .big-bac .anli_big {
            justify-content: center;
            align-items: center;
            display: flex;
            width: 16px;
            height: 16px;
            border-radius: 50%; }
            .case .case_content .case_pp .case_left .anli_bac .big-bac .anli_big .anli_small {
              border-radius: 50%;
              width: 16px;
              height: 16px; }
        .case .case_content .case_pp .case_left .anli_bac p {
          font-size: 22px;
          font-weight: 200; }
          .case .case_content .case_pp .case_left .anli_bac p a {
            color: #79818C; }
          .case .case_content .case_pp .case_left .anli_bac p:hover {
            font-size: 22px;
            font-weight: 500;
            color: #000000;
            transition: all .5s linear; }
      .case .case_content .case_pp .case_left .actce .anli_big {
        animation: acb 2s linear infinite; }
      .case .case_content .case_pp .case_left .actce .anli_small {
        background: #F7941D;
        border-radius: 50%;
        transition: all .5s linear; }
      .case .case_content .case_pp .case_left .actce p {
        font-size: 22px;
        font-weight: 300;
        color: #000000; }
        .case .case_content .case_pp .case_left .actce p a {
          color: #000000; }
    .case .case_content .case_pp .c {
      display: none; }
    .case .case_content .case_pp .case_right {
      display: flex; }
      .case .case_content .case_pp .case_right .case_pic {
        text-align: center;
        margin-right: 20px; }
        .case .case_content .case_pp .case_right .case_pic ul li {
          margin: 117px 0px 20px 0px;
          background-repeat: no-repeat;
          background-size: cover;
          width: 340px;
          height: 240px;
          overflow: hidden;
          border-radius: 100px 0px 0px 0px;
          transition: all .3s linear; }
          .case .case_content .case_pp .case_right .case_pic ul li img {
            width: 100%;
            height: 100%;
            transition: all .5s linear; }
          .case .case_content .case_pp .case_right .case_pic ul li:hover {
            box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9); }
          .case .case_content .case_pp .case_right .case_pic ul li:hover img {
            transform: scale(1.05, 1.05) rotate(2deg);
            border-radius: 100px 0px 0px 0px; }
        .case .case_content .case_pp .case_right .case_pic ul span {
          font-size: 14px;
          font-weight: bold;
          color: #090A0C; }
    .case .case_content .case_pp .acth {
      display: block; }

@keyframes acb {
  0% {
    width: 16px;
    height: 16px;
    background: rgba(247, 148, 29, 0); }
  20% {
    background: rgba(247, 148, 29, 0.1); }
  40% {
    background: rgba(247, 148, 29, 0.2); }
  60% {
    width: 38px;
    height: 38px;
    background: rgba(247, 148, 29, 0.3); }
  80% {
    background: rgba(247, 148, 29, 0.1); }
  100% {
    width: 38px;
    height: 38px;
    background: rgba(247, 148, 29, 0); } }

@media (max-width: 1600px) {
  .case {
    padding: 200px 10%; }
    .case .csae_title {
      position: relative; }
      .case .csae_title .case_eng {
        position: absolute;
        white-space: nowrap;
        width: 1000px;
        height: 149px;
        font-size: 200px;
        text-transform: uppercase;
        font-style: italic;
        color: #4F4F4F;
        opacity: 0.05;
        top: -120px;
        left: -250px; }
      .case .csae_title .case_che {
        font-size: 42px;
        font-weight: 400;
        color: #000000; }
    .case .case_content .case_pp {
      width: 100%;
      display: block !important; }
      .case .case_content .case_pp .case_left {
        margin: 117px 0 0 0;
        width: 100%;
        display: flex; }
        .case .case_content .case_pp .case_left .anli_bac {
          margin-bottom: 30px;
          position: relative;
          display: flex;
          width: 127px; }
          .case .case_content .case_pp .case_left .anli_bac .anli_big {
            justify-content: center;
            align-items: center;
            display: flex;
            border-radius: 50%; }
            .case .case_content .case_pp .case_left .anli_bac .anli_big .anli_small {
              border-radius: 50%; }
          .case .case_content .case_pp .case_left .anli_bac p {
            font-size: 22px;
            font-weight: 200;
            color: #79818C; }
            .case .case_content .case_pp .case_left .anli_bac p:hover {
              font-size: 22px;
              color: #000000;
              transition: all .5s linear; }
      .case .case_content .case_pp .case_right {
        display: flex; }
        .case .case_content .case_pp .case_right .case_pic {
          text-align: center;
          margin-right: 10px; }
          .case .case_content .case_pp .case_right .case_pic ul li {
            margin: 117px 0px 20px 0px;
            background-repeat: no-repeat;
            background-size: cover;
            width: 340px;
            height: 240px;
            overflow: hidden;
            border-radius: 100px 0px 0px 0px;
            transition: all .3s linear; }
            .case .case_content .case_pp .case_right .case_pic ul li img {
              transition: all .5s linear; }
            .case .case_content .case_pp .case_right .case_pic ul li:hover {
              box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9); }
            .case .case_content .case_pp .case_right .case_pic ul li:hover img {
              transform: scale(1.05, 1.05) rotate(2deg);
              border-radius: 100px 0px 0px 0px; }
          .case .case_content .case_pp .case_right .case_pic ul span {
            font-size: 14px;
            font-weight: bold;
            color: #090A0C; } }

@media (max-width: 992px) {
  .case {
    padding: 30px 10%; }
    .case .csae_title {
      position: relative; }
      .case .csae_title .case_eng {
        position: absolute;
        width: 600px;
        font-size: 100px;
        font-weight: normal;
        color: #4F4F4F;
        opacity: 0.05;
        top: -97px;
        left: -153px;
        display: none; }
      .case .csae_title .case_che {
        font-size: 30px;
        font-weight: 400;
        color: #000000; }
    .case .case_content {
      width: 100%; }
      .case .case_content .case_left {
        margin: 0 0 0 0;
        display: flex;
        flex-wrap: wrap; }
        .case .case_content .case_left .big-bac {
          position: absolute;
          width: 38px;
          height: 38px;
          top: 9px !important;
          left: -16px !important;
          justify-content: center;
          align-items: center;
          display: flex; }
          .case .case_content .case_left .big-bac .anli_big {
            justify-content: center;
            align-items: center;
            display: flex;
            width: 20px;
            height: 20px;
            border-radius: 50%; }
            .case .case_content .case_left .big-bac .anli_big .anli_small {
              border-radius: 50%;
              width: 20px;
              height: 20px; }
        .case .case_content .case_left p {
          width: 97px;
          margin: 30px 20px 35px 0;
          font-size: 16px;
          font-weight: 200;
          color: #000000; }
      .case .case_content .case_right {
        display: flex;
        flex-wrap: wrap; }
        .case .case_content .case_right .case_pic {
          text-align: center; }
          .case .case_content .case_right .case_pic ul li {
            margin: 117px 0px 35px 0px;
            width: 340px;
            height: 240px;
            box-shadow: 0px 0px 58px 4px rgba(142, 161, 190, 0.9);
            border-radius: 100px 0px 0px 0px; } }

@media (max-width: 768px) {
  .case {
    padding: 50px 10%; }
    .case .csae_title {
      position: relative; }
      .case .csae_title .case_eng {
        position: absolute;
        font-size: 100px;
        font-weight: normal;
        color: #4F4F4F;
        opacity: 0.05;
        top: -97px;
        left: -153px;
        display: none; }
      .case .csae_title .case_che {
        font-size: 30px;
        font-weight: 400;
        color: #000000; }
    .case .case_content {
      width: 100%; }
      .case .case_content .case_left {
        margin: 0 0 0 0;
        display: flex;
        flex-wrap: wrap; }
        .case .case_content .case_left p {
          width: 97px;
          margin: 30px 20px 35px 0;
          font-size: 16px;
          font-weight: 200;
          color: #000000; }
      .case .case_content .case_right {
        display: flex; }
        .case .case_content .case_right .case_pic {
          text-align: center; }
          .case .case_content .case_right .case_pic ul li {
            margin: 117px 40px 35px 0px;
            background-repeat: no-repeat;
            background-size: cover;
            width: 320px;
            height: 220px;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            border-radius: 100px 0px 0px 0px; } }

@media (max-width: 568px) {
  .case {
    padding: 50px 5%; }
    .case .csae_title {
      position: relative; }
      .case .csae_title .case_eng {
        position: absolute;
        white-space: nowrap;
        width: 1000px;
        height: 149px;
        font-size: 200px;
        text-transform: uppercase;
        font-style: italic;
        color: #4F4F4F;
        opacity: 0.05;
        top: -120px;
        left: -250px; }
      .case .csae_title .case_che {
        font-family: Arial Black;
        font-size: 30px;
        font-weight: 400;
        color: #000000; }
    .case .case_content .case_pp {
      width: 100%;
      display: block !important; }
      .case .case_content .case_pp .case_left {
        padding-top: 0px;
        margin: 20px 0 0 0;
        width: 100%;
        display: flex; }
        .case .case_content .case_pp .case_left .anli_bac {
          margin-bottom: 0px;
          position: relative;
          display: flex;
          width: 127px; }
          .case .case_content .case_pp .case_left .anli_bac .anli_big {
            justify-content: center;
            align-items: center;
            display: flex;
            border-radius: 50%; }
            .case .case_content .case_pp .case_left .anli_bac .anli_big .anli_small {
              border-radius: 50%; }
          .case .case_content .case_pp .case_left .anli_bac p {
            font-size: 22px;
            font-weight: 200;
            color: #79818C;
            margin: 20px 20px 20px 0; }
            .case .case_content .case_pp .case_left .anli_bac p:hover {
              font-size: 24px;
              color: #000000;
              transition: all .5s linear; }
      .case .case_content .case_pp .case_right {
        display: flex;
        justify-content: space-between; }
        .case .case_content .case_pp .case_right .case_pic {
          text-align: center;
          margin-right: 0;
          overflow: hidden; }
          .case .case_content .case_pp .case_right .case_pic ul li {
            margin: 20px 0px 40px 0px;
            background-repeat: no-repeat;
            background-size: cover;
            width: 340px;
            height: 240px;
            overflow: hidden;
            border-radius: 100px 0px 0px 0px;
            transition: all .3s linear; }
            .case .case_content .case_pp .case_right .case_pic ul li img {
              transition: all .5s linear; }
            .case .case_content .case_pp .case_right .case_pic ul li:hover {
              box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
            .case .case_content .case_pp .case_right .case_pic ul li:hover img {
              transform: scale(1.05, 1.05) rotate(2deg);
              border-radius: 100px 0px 0px 0px; }
          .case .case_content .case_pp .case_right .case_pic ul span {
            font-size: 14px;
            font-weight: bold;
            color: #090A0C; } }

.professional {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 99;
  padding: 80px 10% 0 10%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .professional h1 {
    font-size: 52px;
    font-weight: 200;
    color: #000000;
    margin-bottom: 100px; }
  .professional .professional_word {
    flex-wrap: wrap; }
    .professional .professional_word .professional_cone {
      width: 112px;
      height: 78px; }
      .professional .professional_word .professional_cone div {
        font-size: 50px;
        font-weight: 400; }
      .professional .professional_word .professional_cone span {
        font-size: 18px;
        font-weight: 400;
        color: #000000; }

@media (max-width: 768px) {
  .professional {
    margin-top: 128px;
    padding: 0 10%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; }
    .professional h1 {
      font-size: 40px;
      font-weight: 400;
      color: #000000;
      margin-bottom: 100px; }
    .professional .professional_word .professional_cone {
      width: 112px;
      height: 78px; }
      .professional .professional_word .professional_cone div {
        font-size: 25px;
        font-weight: 400; }
      .professional .professional_word .professional_cone span {
        font-size: 15px;
        font-weight: 400;
        color: #000000; } }

@media (max-width: 568px) {
  .professional {
    height: 300px;
    padding-top: 100px;
    padding: 0 5%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; }
    .professional h1 {
      font-size: 35px;
      font-weight: 400;
      color: #000000;
      margin-bottom: 50px; }
    .professional .professional_word .professional_cone {
      width: 89px;
      height: 62px; }
      .professional .professional_word .professional_cone div {
        font-size: 15px;
        font-weight: 400; }
      .professional .professional_word .professional_cone span {
        font-size: 15px;
        font-weight: 400;
        color: #000000; } }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@keyframes swell {
  100% {
    transform: translate3d(0, -20px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }

.footer {
  background-color: #212529;
  padding: 68px 10% 119px 10%;
  display: flex;
  justify-content: space-between; }
  .footer .aderss p:nth-child(1) {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .aderss p:nth-child(2) {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .aderss p:nth-child(3) {
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .aderss span {
    display: inline-block;
    background-color: #2547F2;
    width: 140px;
    height: 42px;
    text-align: center;
    margin-bottom: 35px; }
    .footer .aderss span a {
      text-decoration: none;
      font-size: 14px;
      line-height: 42px;
      font-weight: 300;
      color: #FFFFFF; }
  .footer .call p:nth-child(1) {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .call p:nth-child(2) {
    padding-bottom: 29px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF; }
  .footer .call p:nth-child(3) {
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF; }
  .footer .call p:nth-child(4) {
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF; }
  .footer .call p:nth-child(5) {
    padding-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF; }
  .footer .fast p a {
    color: #FFFFFF; }
  .footer .fast p:nth-child(1) {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(2) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(3) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(4) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .fast p:nth-child(5) {
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF; }
  .footer .talk p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 34px; }
  .footer .talk div {
    width: 128px;
    height: 128px;
    padding-bottom: 20px; }
    .footer .talk div img {
      width: 100%;
      height: 100%; }
  .footer .talk span {
    font-size: 14px;
    font-weight: 200;
    color: #FFFFFF; }

.light {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000; }
  .light div {
    font-size: 14px;
    font-weight: 400;
    color: #585A5C; }
    .light div a {
      color: #585A5C; }
